From: Dan Nicholson Date: Wed, 21 Dec 2016 11:58:19 +0000 (-0600) Subject: repo: Fix indentation X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~41^2~25 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=169a629345ccf42d211005c38e98a246c3f87e21;p=ostree.git repo: Fix indentation Closes: #635 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index 1c4ae663..92de1ed5 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -2456,12 +2456,12 @@ list_loose_objects_at (OstreeRepo *self, continue; } - key = ostree_object_name_serialize (buf, objtype); - value = g_variant_new ("(b@as)", - TRUE, g_variant_new_strv (NULL, 0)); - /* transfer ownership */ - g_hash_table_replace (inout_objects, key, - g_variant_ref_sink (value)); + key = ostree_object_name_serialize (buf, objtype); + value = g_variant_new ("(b@as)", + TRUE, g_variant_new_strv (NULL, 0)); + /* transfer ownership */ + g_hash_table_replace (inout_objects, key, + g_variant_ref_sink (value)); } ret = TRUE;